home *** CD-ROM | disk | FTP | other *** search
/ User's Choice Windows CD / User's Choice Windows CD (CMS Software)(1993).iso / windows5 / winnet.zip / READ.ME < prev    next >
Text File  |  1990-08-29  |  26KB  |  541 lines

  1.        Release 7.x of the Clarkson collection of packet drivers
  2.  
  3.  
  4. If you are a user, all you need do is locate the correct packet driver for your
  5. interface, and read DRIVERS.DOC.
  6.  
  7.  
  8. Versions:
  9.  
  10. If you already have an older packet driver, you may wish to upgrade.  You
  11. should base this decision on the contents of the "Changes..." section
  12. below.  The major version (currently 7) goes up with every release.  The
  13. minor version (.x, different for every driver) goes up with every
  14. significant change in the device dependent part.  Four drivers, the
  15. at&t, 3c523, ni5210, and ni9210, all depend on 82586.asm, so they have a
  16. subminor version number which is the version of 82586.asm.  If the minor
  17. version hasn't changed, then chances are very good that no significant
  18. bugs have been introduced.  Sometimes the file is changed without changing
  19. the version number.  This is done only when an identical change is made to
  20. all drivers to fix a bug that appears in every driver.
  21.  
  22. 3C501.ASM       version equ     2
  23. 3C503.ASM       version equ     3
  24. 3C505.ASM       version equ     1
  25. 3C523.ASM       version equ     1
  26. 82586.ASM       i82586_version  equ     1
  27. ARCNET.ASM      version equ     0
  28. AT&T.ASM        version equ     0
  29. GENERIC.ASM     version equ     0
  30. IPXPKT.ASM      version equ     2
  31. ISOLAN.ASM      version equ     1
  32. LOCALTLK.ASM    version equ     0
  33. NB.ASM  version equ     3
  34. NE1000.ASM      version equ     4
  35. NE2000.ASM      version equ     3
  36. NI5010.ASM      version equ     1
  37. NI5210.ASM      version equ     2
  38. NI6510.ASM      version equ     1
  39. NI9210.ASM      version equ     0
  40. NTI16.ASM       version equ     0
  41. PKTADDR.ASM     version equ     0
  42. PKTALL.ASM      version equ     0
  43. PKTCHK.ASM      version equ     0
  44. PKTMODE.ASM     version equ     0
  45. PKTMULTI.ASM    version equ     0
  46. PKTSEND.ASM     version equ     0
  47. PKTSTAT.ASM     version equ     0
  48. SLIP8250.ASM    version equ     4
  49. TRACE.ASM       version equ     0
  50. UBNIC.ASM       version equ     0
  51. WD8003E.ASM     version equ     6
  52.  
  53. Contents:
  54.  
  55. There are now two packet driver distributions.  The smaller one,
  56. drivers.arc, contains only the executable programs on the list below, this
  57. file, DRIVERS.DOC, and COPYING.  The larger one, driverss.arc, contains
  58. all of the files listed below.
  59.  
  60. 3C501.ASM     Device dependent 3COM 3C501 code.
  61. 3C501.COM
  62. 3C503.ASM     Device dependent 3COM 3C503 code.
  63. 3C503.COM
  64. 3C503.NOT     Bob Clements' README file for the 3c503.
  65. 3C505.ASM     Device dependent 3COM 3C505 code.
  66. 3C505.COM
  67. 3C505.NOT     README file for the 3c505.
  68. 3C523.ASM     Device dependent 3COM 3C523 code.
  69. 3C523.COM
  70. 3C523_5.COM   5.x release of 3c523 driver (must be run first).
  71. 82586.ASM     Include file for drivers based on the 82586.
  72. 8259.NOT      Notes on Chips & Technologies 8259 clone.
  73. ARCNET.ASM    Device dependent ARCNET code.
  74. ARCNET.COM
  75. AT&T.ASM      Device dependent AT&T Ethernet and Starlan code.
  76. AT&T.COM
  77. CHROUT.ASM    Subroutine to print a single character.
  78. COPYING       The Free Software Foundation's General Public License.
  79. DECOUT.ASM    Subroutine to print a 32 bit decimal number.
  80. DEFS.ASM      Definitions and macros.
  81. DESQVIEW.NOT  Notes on running the packet drivers with DESQView.
  82. DIGOUT.ASM    Subroutines to print 1, 2, 4, and 8 digit hex numbers.
  83. DRIVERS.DOC   User documentation.
  84. DUMP.C        Source of the trace dumper.
  85. DUMP.EXE
  86. EXE2COM.C     Chris Dunford's Exe2bin replacement.
  87. EXE2COM.DOC
  88. EXE2COM.EXE
  89. GENERIC.ASM   Device dependent generic code (a skeleton only).
  90. GETDIG.ASM    Subroutine to convert an ASCII character into 0..15.
  91. GETEA.ASM     Subroutine to convert an ASCII Ethernet address into six bytes.
  92. GETENV.ASM    Subroutine to get a string from the environment.
  93. GETNUM.ASM    Subroutine to convert ASCII digits into four bytes.
  94. HEAD.ASM      Resident device independent generic code.
  95. HOWTOGET.IT   Instructions on obtaining that which you already have.
  96. IBMTOKEN.ASM  Device dependent IBM Token Ring Adapter code.
  97. IBMTOKEN.COM
  98. IBMTOKEN.NOT
  99. IPXPKT.ASM    Device dependent Novell IPX code (IP over IPX).
  100. IPXPKT.COM
  101. IPXPKT.NOT
  102. IPXSTAT.C     Statistics for the IP over IPX packet driver.
  103. IPXSTAT.EXE
  104. ISOLAN.ASM    Device dependent BICC Isolan 4110 code.
  105. ISOLAN.COM
  106. LOCALTLK.ASM  Device dependent Apple LocalTalk PC Card, Sun/TOPS FlashCard.
  107. LOCALTLK.COM
  108. LOCALTLK.NOT
  109. MAKEFILE      Makefile.  Uses tasm and tlink, but MS may work.
  110. MEMTEST.ASM   Subroutine to test for the presence of RAM.
  111. MOVEMEM.ASM   Subroutine to quickly do a memory-to-memory copy.
  112. MULTICRC.ASM  Subroutine to compute a multicast hash table (not used yet).
  113. MULTIFIL.ASM  Subroutine to filter multicast packets (not used yet).
  114. NB.ASM        Device dependent NetBIOS code.
  115. NB.COM
  116. NB.NOT        NetBIOS instructions.
  117. NE1000.ASM    Device dependent Novell NE1000 code.
  118. NE1000.COM
  119. NE2000.ASM    Device dependent Novell NE2000 code.
  120. NE2000.COM
  121. NE2000.NOT    Dave Horne's Novell NE2000 release notes.
  122. NI5010.ASM    Device dependent Interlan NI5010 code.
  123. NI5010.COM
  124. NI5210.ASM    Device dependent MICOM-Interlan NI5210 code.
  125. NI5210.COM
  126. NI5210.NOT    Some notes on Dan Lanciani's ni5210 fix.
  127. NI6510.ASM    Device dependent Racal/Interlan NI6510 code.
  128. NI6510.COM
  129. NI9210.ASM    Device dependent MICOM-Interlan NI9210 code.
  130. NI9210.COM
  131. NOVELL.NOT    Brian Meek's explanation of ECONFIG for Novell users.
  132. NOVTCP.TXT    Doug Bigelow's DIY instructions for Novell && TCP/IP.
  133. NTI16.ASM     Device dependent NTI 1002/DP-16 code.
  134. NTI16.COM
  135. OCCUPIED.ASM  Subroutine to test for occupied memory.
  136. PACKET.DOC    Joe R. Doupnik's "Packet drivers made simple"
  137. PACKETQA.TXT  Questions from R. Nelson and Answers from jbvb@vax.ftp.com
  138. PACKET_D.109  Packet driver spec version 1.09
  139. PKTADDR.ASM   Program to get/set the packet driver address.
  140. PKTADDR.COM
  141. PKTALL.ASM    Program to receive and discard all packets.
  142. PKTALL.COM
  143. PKTCHK.ASM    Source of the packet driver installation checker.
  144. PKTCHK.COM
  145. PKTERR.ASM    Subroutine to print packet driver error messages.
  146. PKTMODE.ASM   Program to get/set the packet driver receive mode.
  147. PKTMODE.COM
  148. PKTMULTI.ASM  Program to get/set the packet driver multicast list.
  149. PKTMULTI.COM
  150. PKTSEND.ASM   Program to send arbitrary packets.
  151. PKTSEND.COM
  152. PKTSTAT.ASM   Program to print the statistics.
  153. PKTSTAT.COM
  154. PRINTEA.ASM   Subroutine to print Ethernet addresses.
  155. PROMBOOT.NOT  Notes on booting off Novell and switching to the packet driver.
  156. READ.ME       This file.
  157. README.1ST    Second Alpha test release notes.
  158. ROMREL.COM    Release the Novell boot rom's control of an Ethernet card.
  159. ROMREL.DOC
  160. SKIPBLK.ASM   Subroutine to skip past blanks.
  161. SLIP8250.ASM  Device dependent SLIP driver using IBM-PC 8250.
  162. SLIP8250.COM
  163. SOS.NOT       Notes on Stan's Own Server (a NFS server for the PC).
  164. STAT.C        Source of the statistics printer.
  165. STAT.EXE
  166. SUPPORT.TXT   Who supports the packet driver spec.
  167. TAIL.ASM      Non-resident device independent generic code.
  168. TERMIN.ASM    Source of the packet driver terminator.
  169. TERMIN.COM
  170. TIARA.ASM     Device dependent Tiara LANcard code.
  171. TIARA.COM
  172. TIMEOUT.ASM   Subroutine to check for excessive time spent looping.
  173. TRACE.ASM     Source of the packet driver tracer.
  174. TRACE.COM
  175. UBNIC.ASM     Device dependent Ungermann-Bass PC/NIC code.
  176. UBNIC.COM
  177. WD8003E.ASM   Device dependent Western Digital WD-8003e code.
  178. WD8003E.COM
  179. WD8003E.NOT   Jan Engvald's README file for the WD8003ET/A.
  180.  
  181.  
  182. Editor's note:
  183.  
  184. I created the infrastructure for the packet drivers.  Many of the device
  185. dependent portions were written by other people.  The best term to
  186. describe what I do is "Editor and publisher", because I perform a function
  187. similar to that served in the literary world.
  188.  
  189. If you are planning on writing a driver, please contact me.  There is
  190. a good chance you may be able to share code with another driver.
  191. There is even a better chance that someone else is already working on
  192. such a driver.  For example, we now have three drivers that drive
  193. LANCE-based boards, and two NE2000 drivers, both of which have
  194. different good features.
  195.  
  196. Before reporting a bug, please fetch
  197.     sun.soe.clarkson.edu:/pub/packet-drivers/bugs
  198. via FTP or archive-server (if you can).  This file contains all the bug
  199. reports.
  200.  
  201. Please direct bug reports to me.  Chances are that the bug is in my
  202. code anyway.  If not, I'll forward the bug report on to the device
  203. driver author.  As with all free software, no guarantee of support is
  204. given (see COPYING).
  205.  
  206. If you use these packet drivers, please consider making a donation to
  207. Clarkson.  Material help such as donated hardware is welcome.  If you
  208. can spare an Ethernet card, send it to me, care of Educational
  209. Computing (address below).  Money, of course, is even more welcome.
  210.  
  211. If you are a manufacturer of networking cards, please consider
  212. donating hardware to Clarkson University.  Racal/Interlan, AT&T and
  213. 3Com have done so (thank you), and I have been able to create two
  214. packet drivers that otherwise wouldn't have existed.
  215.  
  216. I have several drivers that I couldn't get into the 6.x release.  They
  217. are: Everex's SpeedLink, TRW's Zenith Z-100 card, and Xircom's Pocket
  218. Ethernet adapter.  Please contact me if you want any of these.
  219.  
  220. Russell Nelson, Editor of the Clarkson collection of packet drivers.
  221. nelson@clutx.clarkson.edu, nelson@clutx.bitnet
  222. Educational Computing, Clarkson University, Potsdam, NY 13699-5730
  223.  
  224.  
  225. Changes from version 6.0 to 7.0 of the drivers:
  226.  
  227. Summary:
  228.     New drivers: UB PC/NIC, LocalTalk, Tiara, NTI.
  229.     Bugs fixed: 3c505, 3c503, wd8003e, nb, ne1000.
  230.     Bug found but not fixed: 3c523.
  231.  
  232. *** The 3c523 driver is semi-broken.***  If you run the 5.x release of
  233. the 3c523 driver (3c523_5), terminate it, then run the 7.x release (3c523),
  234. it will work.  This need only be done once after powering-up the computer.
  235. This will be fixed in the next release.
  236.  
  237. Drew Perkins made a bunch of changes:
  238.  
  239. pktsend now takes a length argument, (-l) so that you may send packets of a
  240.     given length with unknown contents.
  241. pktsend now skips blanks between the -f switch and the filename.
  242. pktsend now takes a packet count argument (-n) which is the count of packets
  243.     to send between keypresses.
  244. pktsend now takes a switch to be quiet (-q).
  245. pktsend now takes a switch (-a) to send using as_send_pkt, for testing of
  246.     asychronous packet sending.
  247. getnum now parses very large numbers correctly.
  248. wd8003d now has 16 bit support for the WD8013EBT card.  Also "high
  249.     performance" changes to WD8003E.ASM and HEAD.ASM.
  250. fixed hangs or other errors caused by incorrect function in some 8259
  251.     clone ICs.
  252. enabled slave interrupts on the master 8259.  Apparently some early IBM
  253.     BIOSes didn't do this.
  254.  
  255. John Mann submitted some code to delay the etopen and convert between
  256.     Novell's pseudo IEEE 802.3 packets and Ethernet packets.
  257. Jan Engvald made Mann's changes optional by adding two switches.
  258.     The -d switch delays the initialization, and the -n switch
  259.     converts Novell packets.  The n option converts the type 8137
  260.     packets from the BYU packet driver IPX into Novell ISO-like
  261.     packets. The d option delays initialization until it gets the
  262.     first call.  Together these options make it very easy to run
  263.     packet drivers in a PROM booted LAN PC.
  264. Jan Engvald improved the 3c501 and ni5010 drivers, which were only
  265.     implemented to look at the two bytes in the type field, and
  266.     for n-option to work one has to look at at least 4 bytes.
  267. Jan Engvald implemented Stop Function (8) that clears in use flags of
  268.     all handles.  See README.BOT for more details.
  269. Jan Engvald found and fixed a few coding errors in occupied.asm,
  270.     tail.asm and wd8003e.asm.
  271. John Mann improved the ne1000 driver.  It didn't handle large Ethernet packets
  272.     (between 1454 and 1472 bytes of data (total packet size 1496 and
  273.     1514 bytes).  He also changed a few hard-coded numbers into symbols.
  274. Katie Stevens wrote a LocalTalk driver.
  275. Katie Stevens added code to head.asm to prevent snarfing a hardware interrupt
  276.     if the packet driver doesn't use one.
  277. Anto Prijosoesilo, who fixed a bug related to DMA in the ni6510 driver.
  278. Paul Kranenburg added routing support to use Novell bridges (netwide
  279.     broadcasting and hacks to find out about IPX net addresses).
  280. Paul Kranenburg added support for IPX node address with less than 6
  281.     significant bytes.  (through the `-n <bytes>' command line
  282.     option).
  283. Paul Kranenburg added auxiliary program (ipxstat.c) to display route
  284.     table information and a couple of other statistics (define
  285.     STAT when compiling the driver to use this option)
  286. John Breeden found a bug in the AT&T driver where it didn't report
  287.     the type of an unknown card correctly.  He also added a new
  288.     card to the list of AT&T cards (StarLAN-10 R3).
  289. Russell Nelson fixed a problem in dump.exe where it reported the names
  290.     of function numbers >=20 incorrectly.
  291. Steve Wallace added a hack to let the packet drivers run under Windows.
  292.     This is not to be construed with the proper solution, which is
  293.     to write a TCP/IP package for Windows.  This hack is enabled only
  294.     when you use the '-w' switch.
  295. Russell Nelson added promiscuous mode to the ni5010 driver.
  296. Martin Knoblauch found that the ni5010 driver was resetting the receive
  297.     mode after each packet was received.
  298. Russell Nelson added code to 82586.asm to allow runts to be upcalled in
  299.     mode 6 (promiscuous mode).
  300. Eric Henderson added Carl Beame's fix to his ne1000 driver, and he also
  301.     copied the receive mode support from the wd8003e driver.
  302. Reinhard Strebler added a success message to termin.asm, and an error return
  303.     to the f_terminate call.
  304.  
  305.  
  306. Changes from version 5.0 to 6.0 of the drivers:
  307.  
  308. Summary:
  309.     New drivers: ni6510, at&t, arcnet, ipxpkt, nb, ne2000.
  310.     New utilities: pktmulti, pktsend, pktstat.
  311.     Bugs fixed: 3c505, 3c503, wd8003e.
  312.  
  313. Carl Beame found a bug in his National 8390 drivers which was also present
  314.     in the drivers based on the 3c503.  To wit, when the buffers
  315.     overflowed, there was a chance that there were no buffers present.
  316.     Trying to read one of these buffers would cause a crash.  This
  317.     affects the 3c503, wd8003e, and ne2000 drivers.
  318. James A. Harvey fix a problem in the first beta test release that caused
  319.     some machines to incorrectly determine the number of interrupts,
  320.     and fixed the lockup problem in the 3c503.
  321. Russell Nelson changed the skeleton to enable compliance with version 1.09
  322.     of the packet driver spec.
  323. Russell Nelson wrote the following drivers: ni6510, at&t, and arcnet.
  324. Russell Nelson wrote the following utilities pktmulti, pktsend, pktstat.
  325. The following drivers now implement promiscuous mode: 3c501, 3c523, ni9210,
  326.     ni5210, at&t, ni6510, wd8003e.
  327. Jan Engvald enhanced HEAD.ASM to properly sense the second 8259a.
  328. Denis DeLaroca fixed the 16550a support in slip8250.asm.
  329. Glen Marianko's ROMREL program is now included for Novell users.
  330. All of the programs may be assembled with Borland or Microsoft (5.1) products.
  331. Some of the programs may be assembled with Microsoft v4.0 products.
  332. The set_address function refused to change the address if there was one or
  333.     more handles open.  One handle is allowable.
  334. The 3c501 driver now sends large broadcast packets (i.e. BOOTP) correctly.
  335. The routine get_multicast_list has been obsoleted by doing the same function
  336.     totally within HEAD.ASM
  337. The terminate routine now gets called on the f_terminate calls.
  338. f_terminate now checks for any outstanding handles before terminating.
  339. The parameters are now printed separately from being parsed.  This is to let
  340.     programs determine the parameters dynamically.
  341. The 3c503 driver was enabling interrupts when it shouldn't have.
  342. Some drivers would return a parameter error if some of the parameters
  343.     weren't specified.
  344. The bus type in 82586-based drivers is now a variable rather than an equate.
  345. The 82586-based drivers now have multicast partially implemented.
  346. The 3c523 driver reads the POS registers before parsing the parameters.
  347. The 82586-based drivers disable interrupts prior to being initialized.  Some
  348.     of these drivers would generate spurious interrupt, which caused
  349.     crashes when interrupt 2 was used.  The BIOS enables interrupt 2
  350.     automatically.
  351. The 82586-based drivers now sense the amount of memory automatically, even
  352.     though they still only use 8K.  This means no problems with 386
  353.     memory mappers.
  354. The maximum number of handles was increased from 8 to 10 (MAX_HANDLE).
  355. The .286 directive was removed from DEFS.ASM so that no 286 code accidentally
  356.     slips in.
  357. The function dispatch routine in HEAD.ASM was changed for version 1.09 of the
  358.     PDS.
  359. As promised in the version 4.x notes, the unique handle creation code went
  360.     away.
  361. If a driver sets int_no to zero, the timer interrupt won't get masked off. :-)
  362. Dave Horne changed the 3c503 driver into a ne2000 driver.
  363. Dave Horne changed the way upcalls are called so that the upcall handler can
  364.     exit using either a far return, or an iret.
  365. David E. Johnson fixed the 3c505 driver.
  366. Joe Doupnik improved HEAD.ASM by adding some comments and he brought it closer
  367.     into compliance with the PDS.  He also changed access_type so that it
  368.     would let driver users ask for all packets even though other driver
  369.     users were asking for some packets.
  370. Joe Doupnik added packet driver support to PC/IP's netwatch.
  371. Many useful subroutines were split out into separate files, rather than
  372.     being duplicated in every program that used them.  These routines
  373.     are in the public domain.
  374. The various packet driver clients (pkt*.com) were changed to use these
  375.     separate files.  They also now use a macro to call the packet driver.
  376.     They also report any and all errors that may occur.  They also ask
  377.     the driver for driver_info, then uses it to access_type.
  378. The packet receive tester, pktall, test to see if the driver is writing too
  379.     much or too little, or in memory that it doesn't own.
  380. SLIP8250 now requires a command-line switch to enable hardware handshake.
  381. TAIL.ASM now prints the arcnet address, if the driver is an arcnet driver.
  382. Jan Engvald improved the wd8003e driver:
  383. The wd8003e driver now supports the E EBT EB ET/A and E/A boards.
  384. The wd8003e memory base default was 0xc400 and is now 0xd000.
  385. The wd8003e driver supports multicast modes.
  386. The wd8003e driver has a better test for occupied memory, and a switch to
  387.     disable the occupied memory test in case it loses.
  388.  
  389.  
  390. Changes from version 4.0 to 5.0 of the drivers:
  391.  
  392. Summary: New: 3c505, ne1000, ni9210, ibmtoken.  Bugs fixed: all drivers.
  393.  
  394. Krishnan Gopalan and Gregg Stefancik wrote a packet driver for the 3c505.
  395. Brian Fisher wrote an "Ethernet" packet driver for the IBM Token Ring Adapter.
  396. Eric Henderson wrote a packet driver for Novell's NE1000.
  397. Russell Nelson modified ni5210 to be a ni9210 driver.  This entailed some
  398.     changes in 82586.asm.
  399. Russell Nelson wrote pktmode, a utility to set the receive mode.
  400. Russell Nelson wrote pktaddr, a utility to set the Ethernet address.
  401. Russell Nelson wrote pktall, a utility to help debug packet reception.
  402. Trace.com is a little bit more helpful about how to run it.
  403. Vance Morrison added starlan support to the wd8003e driver.
  404. Eric Henderson improved it.
  405. Deborah Swanberg noticed that the 3c503 driver didn't timeout properly
  406.     if there was a failure to complete a transmit.
  407. The set_address routine in the device dependent files now
  408.     returns the address length as it should have.
  409. Head.asm now keeps a copy of the hardware address set by set_address.  This is
  410.     used by f_get_address to return the current address.  The device
  411.     dependent get_address routine always returns the PROM address.
  412. The set_rcv_mode routine didn't work.  Not at all.
  413. The access_type routine returns more appropriate errors.
  414. The f_get_address routine wasn't passing the right address length to
  415.     get_address.
  416. Tail.asm now checks for extra parameters on the end of the line.
  417. Dan Lanciani added changes to ni5210 version 4.2 to increase reliability.
  418.     It works for him.  Unfortunately, I have had reports from other
  419.     people that it breaks Novell.  So, these changes are in "if DAN"
  420.     conditional assembly.  If your Novell connection gets dropped,
  421.     try reassembling ni5210 after setting "DAN equ 0" in 82586.asm
  422. Packet drivers for the NE2000 and UB NIC PC/2 are in the works, but don't
  423.     hold your breath.
  424. A packet driver for the Xircom pocket Ethernet adapter is undergoing testing.
  425. Jan Engvald found and fixed a bug in the wd8003e memory presence check.
  426.  
  427.  
  428. Changes from version 3.0 to 4.0 of the drivers:
  429.  
  430. Russell Nelson added code to enable interrupts in the body of the packet
  431.     driver.
  432. Denis DeLaRoca added hardware handshake to the SLIP8250 driver.
  433. John Grover optimized the SLIP8250 driver to work at 38.4 Kbps.
  434. Russell Nelson added some sanity checking to slip8250 to warn the user about
  435.     possible incorrect parameters.
  436. Bob Clements added a switch to select thick or thin Ethernet in the 3c503.
  437. Russell Nelson found a minor bug in NI5210 that caused it to fail to
  438.     initialize sometimes.  Thanks to everyone who reported it.
  439. Dan Lanciani found a race condition in the 80586 code common to the
  440.     NI5210 and 3c523 drivers.
  441. Russell Nelson split out the 82586 code from the NI5210 and 3c523 drivers
  442.     into a single file.
  443. Russell Nelson added memory address checking to NI5210.
  444. Glen M. Marianko devised a method for determining the memory size of the
  445.     NI5210 automagically.
  446. Jan Engvald enhanced the packet driver code for Western Digital Ethernet
  447.     cards to handle the micro channel version WD8003ET/A.
  448. Jan Engvald enhanced TAIL.ASM to return error codes to DOS.
  449. Jan Engvald enhanced HEAD.ASM to be aware of running on a MicroChannel bus.
  450. Rainer Toebbicke wrote the BICC Data Networks' ISOLAN 4110 ethernet driver.
  451. Russell Nelson wrote the packet driver tracer and dumper (trace.com and
  452.     dump.exe).
  453. Russell Nelson added support for set_rcv_mode, get_rcv_mode,
  454.     set_multicast_list, and get_multicast_list to the infrastructure.  It
  455.     is up to the individuals who wrote the individual drivers to add the
  456.     device-dependent support.
  457.  
  458.  
  459. Changes from version 2.0 to 3.0 of the drivers:
  460.  
  461. GNU General Public License adopted.  The restriction on commercial usage
  462.      prevented some companies from distributing the packet drivers.  This
  463.      is entirely my idea, so send any comments to nelson@clutx.clarkson.edu.
  464. 3c523 driver added, thanks to Dan Lanciani (ddl@harvard.edu).
  465. Gregg Stefanik (wstef@eng.clemson.edu) is working on a 3c505 driver.  Don't
  466.      bug him about it unless you're willing to be a alpha tester.
  467. User documentation added (DRIVERS.DOC).
  468. Brad Clements (no relation to Bob Clements) fixed the NI5210 driver so that
  469.      it will work with a MTU of 1500.
  470. The NI5210 now checks for shorts and opens before it starts up, thanks to
  471.      Brad.
  472. All memory-mapped packet drivers now check the packet length in send_pkt to
  473.      ensure that too-long packets get trapped.  All packet drivers will
  474.      work with MTUs of 1500 (plus 14 bytes of Ethernet header).
  475. Deborah Swanberg noticed that attach_type was returning NO_CLASS
  476.      when it meant to return NO_TYPE.
  477. She also noted that packet drivers weren't returning unique handles.  This
  478.      is only a problem with Phil Karn's code, as his code directs *every*
  479.      packet driver to the same receiver routine.  With non-unique handles,
  480.      it was impossible to tell which packet driver was upcalling the
  481.      receiver.  Unique handles are now generated, based on the starting
  482.      segment of the driver.  The latest version of Karn's code uses different
  483.      receiver routines, so the code to implement this will eventually go away.
  484. Tail.asm now prints the Ethernet address of the interface (if it is an Ethernet
  485.      class device)
  486. Micom has sold Interlan, and Racal has bought it, so perhaps the NI5210 is
  487.      now the Racal-Interlan NI5210?
  488. If anyone is interested in using the Zenith Z-100 with a SLIP packet driver, please
  489.      send me (Russell Nelson) mail.  I have it partially written, but will
  490.      probably never use it myself.
  491. WD8003E and 3c503 sped up slightly -- stole movemem from NI5210.
  492.  
  493.  
  494. Changes from version 3 to 2.0 of the drivers:
  495.  
  496. Version numbering now changed.  If the skeleton changes, the major version is
  497.      incremented and all the minor versions are reset to zero.
  498.  
  499. Support for version 1.08 of the packet driver spec included.
  500. Bob Clements' 3c503 driver added.  See README.503.
  501. Some comments improved.
  502. BAD_COMMAND checking code fixed.
  503. cld instructions added to ensure that DF=0.
  504. NI5210 sped up slightly -- look at movemem in ni5210.asm for an especially
  505.      fast routine to move memory around.
  506.  
  507.  
  508. Changes from version 2 to 3 of the drivers:
  509.  
  510. SLIP8250 can now be one of three classes: SLIP, AX.25, and KISS.
  511. Tail.asm now checks for a packet driver already at the given interrupt.
  512. Tail.asm now echoes its arguments in hex and decimal.
  513. Tail.asm will close stdout so that a file handle won't be used up in
  514.      case the user redirects stdout to NUL.
  515. Head.asm now supports driver termination.
  516. Termin.com added to terminate a driver.
  517. Head.asm now does a stack swap to avoid pushing too many things when
  518.      interrupting MS-LOSS.
  519.  
  520.  
  521. Changes from version 1 to 2 of the drivers:
  522.  
  523. !!  Arguments are now in decimal by default  !!  Use a 0x prefix for hex.
  524.  
  525. DEFS.ASM created.
  526. The loadport macro improved.
  527. SLIP8250 driver added, thanks for a C version from Phil Karn.
  528.      I've tried to put some 16550 support in, but I don't have one to
  529.      test it with.  The documentation insists the TBRE goes low when
  530.      the transmit buffer is not empty, while it makes sense for it to stay
  531.      high while the buffer is not full.  I suspect the documentation is
  532.      wrong.
  533. NI5010 driver added, thanks for a C version from Bill Doster.
  534. WD8003 driver added, by Bob Clements.
  535. Loadport macro added to WD8003 driver by Russell Nelson.
  536. Numeric arguments may now be specified in octal, decimal or hex, using the
  537.      C notation.
  538. Numeric arguments can now use up to 32 bits.
  539. Source files reformatted.
  540.  
  541.